PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / StringEditor<T> Class
Members

In This Topic
    StringEditor<T> Class
    In This Topic
    Editor of string properties.
    Object Model
    StringEditor<T> Class
    Syntax
    'Declaration
     
    
    Public Class StringEditor(Of T) 
       Inherits C1.WPF.PropertyGrid.BaseEditor(Of T,C1TextBox)
       Implements IPropertyGridEditor 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.WPF.PropertyGrid.BaseEditor<P,C>
          C1.WPF.PropertyGrid.StringEditor<T>
             C1.WPF.PropertyGrid.ImageSourceEditor
             C1.WPF.PropertyGrid.StringEditor
             C1.WPF.PropertyGrid.UriEditor

    See Also